home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3shyp.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SHYP_H = 1;
- include("real/raytr/r3surf.js")
-
-
- var R3CLID_SHYPERBOL = 773;
-
-
-
-
- R3SHYPA_Center = 773500;
- function SetR3SHYPA_Center(value) {
- R3Set(this.r3obj, R3SHYPA_Center, value, R3TID_VECTOR, 0);
- }
-
- R3SHYPA_A = 773501;
- function SetR3SHYPA_A(value) {
- R3Set(this.r3obj, R3SHYPA_A, value, R3TID_VECTOR, 0);
- }
-
- R3SHYPA_R = 773502;
- function SetR3SHYPA_R(value) {
- R3Set(this.r3obj, R3SHYPA_R, value, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Shyperbol () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SHYPERBOL, arguments);
- }
- // Attributes
- this.SetCenter=SetR3SHYPA_Center;
- this.SetA=SetR3SHYPA_A;
- this.SetR=SetR3SHYPA_R;
- }
-
- r3Shyperbol.prototype=new r3Surface;
- // r3shyp.h_H